home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 599.swf / scripts / frame_169 / DoAction.as
Text File  |  2006-01-17  |  118b  |  10 lines

  1. i = "0";
  2. while(i < "5")
  3. {
  4.    tellTarget("hold" add (i + "1"))
  5.    {
  6.       gotoAndPlay(3);
  7.    }
  8.    i += "1";
  9. }
  10.